{ "about", activate_about, NULL, NULL, NULL },
{ "quit", activate_quit, NULL, NULL, NULL },
- { "main", NULL, "s", "''", NULL },
+ { "main", NULL, "s", "'steak'", NULL },
{ "wine", NULL, NULL, "false", NULL },
{ "beer", NULL, NULL, "false", NULL },
- { "water", NULL, NULL, "false", NULL },
- { "dessert", NULL, "s", "''", NULL }
+ { "water", NULL, NULL, "true", NULL },
+ { "dessert", NULL, "s", "'bars'", NULL },
+ { "pay", NULL, "s", NULL, NULL }
};
gint status;
</item>
</section>
</submenu>
+ <section>
+ <attribute name="display-hint">horizontal-buttons</attribute>
+ <item>
+ <attribute name="label" translatable="yes">Cash</attribute>
+ <attribute name="action">app.pay</attribute>
+ <attribute name="target">cash</attribute>
+ <attribute name="verb-icon">document-save-symbolic</attribute>
+ </item>
+ <item>
+ <attribute name="label" translatable="yes">Credit Card</attribute>
+ <attribute name="action">app.pay</attribute>
+ <attribute name="target">card</attribute>
+ <attribute name="verb-icon">document-send-symbolic</attribute>
+ </item>
+ <item>
+ <attribute name="label" translatable="yes">Cheque</attribute>
+ <attribute name="action">app.pay</attribute>
+ <attribute name="target">cheque</attribute>
+ <attribute name="verb-icon">document-save-as-symbolic</attribute>
+ </item>
+ </section>
</section>
</menu>
<object class="GtkAdjustment" id="adjustment1">